@charset "utf-8";

* {
	padding: 0;
	margin: 0
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
textarea,
p,
blockquote,
th,
td,
input,
select,
textarea,
button {
	margin: 0;
	padding: 0;
	font-family: "Microsoft Yahei";
}

fieldset,
img {
	border: 0 none
}

/* 重置fieldset（表单分组）、图片的边框为0*/
dl,
ul,
ol,
menu,
li {
	list-style: none
}

/* 重置类表前导符号为onne,menu在HTML5中有效 */
blockquote,
q {
	quotes: none
}

/* 重置嵌套引用的引号类型 */
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none
}

/* 重置嵌套引用*/
input,
select,
textarea,
button {
	vertical-align: middle
}

/* 重置表单控件垂直居中*/
button {
	border: 0 none;
	background-color: transparent;
	cursor: pointer
}

/* 重置表单button按钮效果 */
body {
	background: #fff
}

/* 重置body 页面背景为白色 */
a {
	color: #666;
	text-decoration: none;
	cursor: pointer
}

/* 重置链接a标签 */
a:active,
a:hover {
	text-decoration: none
}

/* 重置链接a标签的鼠标滑动效果 */
address,
caption,
cite,
code,
dfn,
em,
var {
	font-style: normal;
	font-weight: normal
}

/* 重置样式标签的样式 */
caption {
	display: none;
}

/* 重置表格标题为隐藏 */
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
}

/* 重置table属性 */
.clear {
	clear: both
}

/* 样式重置 */
#nav .active {
	background: #FFF;
	color: #000;
}

.news_show {
	float: left
}

.news_show .news_pic {
	height: 345px;
	width: 572px;
	position: relative;
	cursor: pointer;
}

.news_show .news_pic .filter {
	height: 50px;
	width: 572px;
	-pie-background: rgba(0, 0, 0, 0.5);
	background: rgba(0, 0, 0, 0.5);
	behavior: url(PIE.htc);
	position: absolute;
	bottom: 0;
	line-height: 50px;
	font-size: 16px;
	color: #fff;
	text-align: center;
}

.news_show img {
	position: absolute;
	display: none
}

.news_show img.active {
	display: block
}

.news_select {
	width: 418px;
	height: 345px;
	float: left;
	margin-left: 10px;
}

.b_title {
	width: 418px;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	color: #fff;
	background: #2ca1d3;
	margin-bottom: 7px;
}

.title_text.active {
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	color: #fff;
	float: left;
	padding: 0 16px;
	cursor: pointer;
	background-color: #2ca1d3;
}

.title_text.active img {
	display: block
}

.title_text {
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	color: #000;
	float: left;
	background-color: #f3f3f3;
	padding: 0 16px;
	cursor: pointer;
	position: relative;
}

.more {
	width: 44px;
	height: 20px;
	border-radius: 10px;
	font-size: 12px;
	color: #2ca1d3;
	line-height: 20px;
	float: right;
	margin: 8px 7px 0 0;
	text-indent: 0;
	text-align: center;
	cursor: pointer;
	border-radius: 10px;
	position: relative;
}

.more_f {
	color: #2ca1d3
}

.more:hover {
	color: #2ca1d3;
}

.news_select li {
	background: #fff;
	width: 418px;
	text-indent: 13px;
	color: #323232;
	font-size: 14px;
	line-height: 36px;
	height: 36px;
	margin-bottom: 2px;
	cursor: pointer;
}

.news_select li.active {
	background: #f1f1f1;
	color: #2ca1d3;
}

.news_select li:hover {
	color: #2ca1d3;
}

.news {
	width: 492px;
	height: 185px;
	float: left
}

.news_title {
	width: 492px;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	color: #fff;
	background: #f3f3f3;
	margin-bottom: 7px;
}

.title_text img {
	position: absolute;
	bottom: -4px;
	display: none;
	left: 50%;
	margin-left: -4px;
}

.news_list ul {
	display: none
}

.news_list ul.active {
	display: block
}

.news_list li {
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #323232;
	text-indent: 5px;
	cursor: pointer
}

.news_list li:hover {
	color: #2ca1d3;
}

.news_list li .date {
	float: right;
	color: #999999;
	line-height: 30px;
	font-size: 14px;
}

.news_list {
	width: 492px;
	height: 159px;
}

.newslist_table table {
	height: 159px;
	margin: 10px 0 0 0;
}

.newslist_table table,
.newslist_table table tr,
.newslist_table table tr td {
	border-collapse: collapse;
	border: 1px solid #e8e8e8;
	text-align: center;
	line-height: 28px;
	font-size: 14px;
}

.td01 {
	background-color: #f9f9f9;
	width: 120px;
}

.td02 {
	color: #777;
}

.info {
	margin-top: 20px;
	float: left
}

.info .part {
	width: 158px;
	height: 159px;
	float: left;
	background: #fafafa;
	cursor: pointer;
	margin-right: 10px;
}

.info .part:hover {
	background: #dff2ff
}

.info .part img {
	margin: 26px 0 13px 46px;
}

.info .part p {
	text-align: center;
	color: #303030;
	width: 158px;
	font-size: 16px;
}

.info .part p:hover {
	color: red;
}

.service {
	float: right;
	margin-top: 20px;
	width: 300px;
	height: 140px;
	overflow: hidden;
}

.service .content {
	width: 320px;
	height: 160px;
}

.service .part {
	height: 65px;
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
}

.service .p1 {
	background: url(../images/bszn1.png);
	width: 140px;
}

.service .p1:hover {
	background: url(../images/bszn1-h.png);
}

.service .p2 {
	background: url(./bszn2.jpg);
	width: 140px;
}

.service .p2:hover {
	background: url(./bszn2-h.jpg)
}

.service .p3 {
	background: url(./bszn3.png);
	width: 140px;
}

.service .p3:hover {
	background: url(./bszn3-h.png)
}

.service .p4 {
	background: url(./bszn4.png);
	width: 140px;
}

.service .p4:hover {
	background: url(./bszn4-h.png)
}

.service .p5 {
	background: url(./bszn5.png);
	width: 140px;
}

.service .p5:hover {
	background: url(./bszn5-h.png)
}

.friend {
	margin-top: 15px;
	float: left;
	height: 140px;
	width: 500px;
	background: #efefef;
}

.friend .left_title {
	width: 40px;
	height: 140px;
	float: left;
	background: #2ca1d3;
	color: #fff;
	font-size: 16px;
	text-align: center;
	writing-mode: tb-rl;
	line-height: 40px;
	letter-spacing: 4px;
}

.friend .part {
	float: left;
	margin-left: 20px;
	margin-top: 18px;
	width: 136px;
	height: 111px;
}

.friend p {
	text-align: center;
	color: #666;
	margin-top: 5px;
	cursor: pointer
}

.friend p:hover {
	color: red;
}

.link_box {
	width: 1000px;
	height: 62px;
	margin: 20px auto 30px;
	overflow: hidden;
}

.link_box .link01 {
	width: 1100px;
	height: 62px;
}

.footer {
	width: 100%;
	height: 167px;
	margin-top: 20px;
	font-size: 12px;
	line-height: 26px;
	text-align: center;
	color: #9A9A9A;
	overflow: hidden;
}

.index_page .footer {
	margin-top: 0px;
}

.lj {
	height: 63px;
	width: 235px;
	margin: 19px 20px 0 0;
	float: left;
}

.p1 {
	background: url(../images/link1.png);
}

.p1:hover {
	background: url(../images/link1-h.png);
}

.p2 {
	background: url(../images/link2.png);
}

.p2:hover {
	background: url(../images/link2-h.png);
}

.p3 {
	background: url(../images/link3.png);
}

.p3:hover {
	background: url(../images/link3-h.png);
}

.p4 {
	background: url(../images/link4.png);
}

.p4:hover {
	background: url(../images/link4-h.png);
}

.p {
	width: 100%;
	background: #2ca1d3;
	height: 167px;
	float: left;
	font-size: 12px;
	line-height: 26px;
	text-align: center;
	color: #bcd9ff;
	display: block;
}

#news_detail #footer {
	margin-top: 0px;
	background: #383838;
	width: 10000px;
	margin-left: -4500px
}

#news_detail #main {
	height: auto;
	margin: 0
}

#news_detail #main .title {
	height: 35px;
	width: 1000px;
	background: #f1f1f1;
	font-size: 16px;
	color: #373737;
	text-indent: 20px;
	line-height: 35px;
	font-weight: bold
}

#news_detail #main .title span {
	height: 35px;
	width: 1000px;
	background: #f1f1f1;
	font-size: 16px;
	color: #373737;
	text-indent: 20px;
	line-height: 35px;
	font-weight: bold
}

#news_detail #main .content {
	height: auto;
	width: 1000px;
	padding-top: 55px;
}

#news_detail #main .content h1 {
	color: #333333;
	text-align: center;
	font-size: 27px;
	line-height: 27px;
	margin-top: 0px;
}

#news_detail #main .content h1 span {
	color: #333333;
	text-align: center;
	font-size: 27px;
	line-height: 27px;
	margin-top: 0px;
	font-weight: bold;
}

#news_detail #main .content .publish_info {
	height: 21px;
	margin: 41px 0 0 294px;
	color: #333333;
	font-size: 14px;
	line-height: 21px;
}

#news_detail #main .content .publish_info span {
	color: #333333;
	font-size: 14px;
	line-height: 21px;
	display: inline-block;
	margin-right: 12px;
}

#news_detail #main .content .publish_info img {
	margin-top: -3px;
	cursor: pointer;
	margin-right: 5px
}

#news_detail #main .content .article {
	font-size: 14px;
	line-height: 28px;
	color: #323232;
	margin-top: 54px;
}

#news_detail #main .content .article p {
	font-size: 14px;
	line-height: 28px;
	margin: 0
}

#news_detail #main .content .article br {
	line-height: 28px;
}

#news_detail #main .content .attachment {
	width: 390px;
	height: 30px;
	float: right;
	margin-top: 57px;
}

#news_detail #main .content .attachment img {
	float: right;
	margin-right: 5px
}

#news_detail #main .content .attachment span {
	float: right;
	font-size: 14px;
	line-height: 30px
}

#news_detail #main .content .attachment span a {
	font-size: 14px;
	line-height: 30px
}

#news_detail .b_nav {
	width: 1000px;
	height: 76px;
	border-bottom: 1px solid #e6e6e6;
	border-top: 1px solid #e6e6e6;
	background: #f3f3f3;
	margin-top: 46px;
	padding: 25px 0;
	margin: auto
}

#news_detail .b_nav .go_back {
	margin-left: 20px;
	display: inline-block;
}

#news_detail .b_nav .go_back img {
	margin-right: 5px;
	margin-top: -1px
}

#news_detail .b_nav .go_back span {
	color: #323232;
	font-size: 14px;
	font-weight: 500
}

#news_detail .b_nav .go_top {
	margin-right: 20px;
	display: inline-block;
	float: right;
}

#news_detail .b_nav .go_top img {
	margin-left: 5px;
	margin-top: -1px
}

#news_detail .b_nav .go_top span {
	color: #323232;
	font-size: 14px;
	font-weight: 500
}

#path {
	margin-top: 10px;
	width: 1000px;
	height: 18px;
	margin-bottom: 16px;
	font-size: 12px;
}

#path .home {
	margin-left: 11px;
}

#path .right {
	margin: -3px 3px 0 3px
}

#path a span {
	color: #2ca1d3
}

#path a:hover span {
	color: #2ca1d3
}

#path a:hover {
	text-decoration: none;
}


.side_bar {
	width: 200px;
	float: left;
	margin-top: 0
}

.side_bar .title {
	width: 200px;
	height: 40px;
	background: #2ca1d3;
	line-height: 40px;
	text-indent: 20px;
	font-size: 16px;
	color: #fff
}

.side_bar .content {
	width: 200px;
}

.side_bar .content ul {
	width: 200px;
	background: #fff;
	margin-top: 7px;
}

.side_bar .content ul a {
	color: #000;
	text-decoration: none;
	display: block;
	width: 200px;
	height: 50px;
}

.side_bar .content ul li {
	height: 50px;
	line-height: 50px;
	text-indent: 20px;
	background: #f1f1f1;
	font-size: 14px;
	margin-bottom: 2px;
}

.side_bar .content ul li img {
	float: right;
	margin: 18px 12px 0 0;
}

.side_bar .content ul li.active {
	color: #2ca1d3;
	background: #fff;
}

.side_bar .content ul li:hover {
	color: #2ca1d3;
	;
	background: #fff;
}

.side_bar .content ul .active {
	color: #2ca1d3;
	background: #fff;
}

#list #main {
	margin: 0;
}

#list #main .side_bar .content ul {
	width: 200px;
	background: #fff;
}

#list #main .main_content {
	width: 780px;
	float: left;
	margin-left: 20px;
}

#list #main .main_content .title {
	height: 35px;
	width: 780px;
	background: #f1f1f1;
	color: #373737;
	font-size: 16px;
	line-height: 35px;
	font-weight: bold;
	font-family: "微软雅黑";
	border: 1px solid #eeeeee
}

#list #main .main_content .title .txt {
	display: inline-block;
	float: left;
	background: #2ca1d3;
	color: #fff;
	text-align: center;
	font-weight: normal;
	height: 35px;
	padding: 0 30px;
}

#list #main .main_content .content {
	width: 780px;
	margin-top: 10px;
}

#list .main_content .content li {
	height: 35px;
	border: none;
	line-height: 35px;
	background: url(./grey_dot.gif) 0 30px no-repeat;
	font-size: 14px;
}

#list .main_content .content li p {
	display: inline-block;
	margin-right: 14px;
	text-indent: 6px;
	color: #373737;
	font-size: 14px;
	font-weight: 500
}

#list .main_content .content li a:hover p {
	color: #2ca1d3;
}

#list .main_content .content li span {
	color: #808080;
	float: right
}

#list .main_content .page {
	margin-top: 30px;
	margin: 0 auto;
	width: 500px
}

#list.search_list .main_content {
	width: 1000px;
	margin-top: 20px;
}

#list.search_list .main_content li {
	width: 1000px;
}

#list.search_list #main .main_content .content {
	width: 1000px;
}

.friend {
	margin-top: 20px;
	float: left;
	height: 140px;
	width: 700px;
	background: #fafafa;
	overflow: hidden;
}

.friend .slide_wrap {
	float: left;
	overflow: hidden;
	width: 660px;
	height: 140px;
	position: relative;
}

.friend .slide {
	float: left;
	position: absolute;
	overflow: hidden;
	width: 1872px;
	height: 140px;
}

.friend .left_title {
	width: 40px;
	height: 140px;
	float: left;
	background: #2ca1d3;
	color: #fff;
	font-size: 16px;
	text-align: center;
	writing-mode: tb-rl;
	line-height: 40px;
	letter-spacing: 4px;
	float: left
}


.link_box a {
	display: block;
	width: 158px;
	height: 60px;
	float: left;
	margin-right: 8px;
	border: 1px solid #e8e8e8;
	background: #fff;
	text-align: center;
	overflow: hidden;
}

.link_box a.last {
	margin-right: 0;
}

.link_box a:hover {
	border: 1px solid #3f7eb1;
}

.link_box a img {
	display: inline-block;
}

#main {
	width: 1000px;
	margin: 0 auto;
}

#main:after {
	content: "";
	display: table;
	clear: both;
}

.ad_wrap {
	display: block;
	width: 1000px;
	height: 70px;
	margin: 10px 0;
	float: left
}

.ad_wrap img {
	width: 1000px;
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

.header {
	width: 100%;
	height: 39px;
}

.header .main {
	width: 1000px;
	height: 39px;
	margin: 0 auto;
}

.header .todoList {
	width: 90px;
	height: 19px;
	float: right;
	margin-top: 17px;
}

.header .todoList a {
	margin-right: 4px;
}

.header .todoList a img {
	height: 19px;
}

.header .language {
	/*width:90px;*/
	width: 46px;
	height: 14px;
	float: right;
	margin-top: 22px;
	line-height: 14px;
	font-size: 12px;
	color: #408a98;
}

.header .language a {
	color: #408a98;
	font-size: 12px;
}

.header .search {
	width: 140px;
	height: 20px;
	border: 1px solid #dcdcdc;
	float: right;
	margin-top: 17px;
	margin-left: 10px;
	background: #fff;
	position: relative;
	z-index: 2;
	-webkit-border-radius: 23px;
	-moz-border-radius: 23px;
	border-radius: 23px;
	behavior: url(PIE.htc);
}

.header .search .content {
	width: 120px;
	height: 15px;
	margin: 5px 0 0 11px;
}

.header .search .content input {
	float: left;
	width: 100px;
	display: inline-block;
	height: 15px;
	border: none;
	outline: none;
	margin-top: -2px;
	margin-left: 2px;
	color: #989898;
	font-size: 12px;
	line-height: 15px;
}

.logo_box {
	width: 1000px;
	height: 90px;
	margin: 0 auto;
}

.top_nav {
	width: 1000px;
	height: 45px;
	margin: 34px auto 1px;
	overflow: hidden;
	border-top: 2px solid #2ca1d3;
}

.top_nav ul {
	width: 1200px;
}

.top_nav ul li {
	width: 167px;
	height: 45px;
	line-height: 45px;
	float: left;
	text-align: center;
	font-size: 18px;
	color: #005293;
	cursor: pointer;
}

.top_nav ul li.active {
	background: #2ca1d3;
	color: #fff;
}

.top_nav ul li:hover {
	background: #2ca1d3;
	color: #fff;
}

#wrap:after {
	content: '';
	display: table;
	clear: both;
}

#wrap {
	width: 1000px;
	margin: 0 auto;
}

@media screen and (max-width: 1025px) {
	.header {
		height: auto;
		text-align: center;
	}

	.header .main {
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	#login {
		margin-right: 4%;
	}

	.header .search {
		width: 48%;
		height: auto;
		float: none;
		display: inline-block;
		margin-left: 0;
	}

	.header .search .content {
		width: 90%;
		height: auto;
		overflow: hidden;
	}

	.header .search .content input {
		font-size: 15px;
		height: auto;

	}

	.header .search .content a {
		overflow: hidden;
		float: right;
	}

	.header .language {
		margin-top: 10px;
		margin-right: 0 !important;
		width: 100% !important;
		text-align: center;
		height: auto;
		font-size: 14px;
	}

	.header .language a {
		font-size: 14px;
	}

	.header .todoList {
		width: auto;
		height: auto;
		margin-left: 4%;
		float: left;
	}

	.logo_box {
		width: 100%;
		height: auto;
		margin-top: 20px;
		margin-bottom: 10px;
	}
	.logo_box a{
		display: inline-block;
		width: 100%;
	}
	.logo_box img {
		width: 100%;
	}

	.top_nav {
		width: 100%;
		height: auto;
		margin-top: 0;
	}

	.top_nav ul {
		width: 100%;
		overflow: hidden;
	}

	.top_nav ul li {
		width: 33.33% !important;
		display: flex;
		justify-content: center;
		align-items: center;
		line-height: unset;
	}

	#wrap,
	#main,
	.news_show {
		width: 100%;
	}

	.banner ul .slider-item {
		height: auto !important;
	}

	.news_show img {
		position: unset;
		height: auto;
	}

	.banner {
		width: 100% !important;
	}

	.banner ul .slider-item .slider-title {
		padding: 15px 0 22px 5px !important;
		width: 100% !important;
	}

	.banner .dots {
		bottom: 0 !important;
	}

	.banner ul .slider-item {
		width: 16.667% !important;
	}

	.news_select {
		width: 100%;
		height: auto;
		margin-left: 0;
	}

	.news_select li {
		width: 94%;
		margin: 0 auto;
	}

	#wshd li div {
		text-align: right;
	}

	.news_title {
		width: 100% !important;
	}

	.news {
		height: auto;
		margin-left: 0 !important;
	}

	.news,
	.news_title {
		width: 100%;
	}

	.news_list {
		width: 94%;
		height: auto;
		margin-left: 3%;
	}
	.info{
		width: 100%;
	}
	.info .part {
		width: 100%;
		height: auto;
		display: inline-block;
		margin-right: 0;
		text-align: center;
		padding: 20px 0;
	}

	.info .content a {
		display: inline-block;
		width: 33.33%;
		border-right: 2px solid #ffffff;
		box-sizing: border-box;
	}
	.info .content a:nth-child(3){
		border-right: 0;
	}
	.info .part img{
		margin: 0;
	}
	.info .part p{
		width: 100%;
		text-align: center;
	}
	.newslist_table table tr td{
		width: auto!important;
	}
	.service{
		width: 100%;
		height: auto;
	}
	.service .content{
		width: 100%;
		height: auto;
	}
	.service .content a{
		width: 50%;
		display: inline-block;
	}
	.service .part{
		margin-left: 0;
		width: 100%!important;
	}
	.service .p2{
		background: url(./bszn2.jpg) no-repeat center center;;
	}
	.service .p3{
		background: url(./bszn3.png) no-repeat center center;
	}
	.service .p4{
		background: url(./bszn4.png) no-repeat center center;
	}
	.service .p5{
		background: url(./bszn5.png) no-repeat center center;
	}
	.link_box{
		width: 100%;
		height: auto;
	}
	.link_box .link01{
		width: 100%;
		height: auto;
	}
	.friend{
		width: 100%;
	}
	.friend .slide_wrap{
		width: 90%;
	}
	.link_box{
		width: 100%;
		height: auto;
	}
	.link_box .link01{
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	.link_box a{
		width: 50%;
		height: auto;
		margin: 0;
		box-sizing: border-box;
	}
	.ad_wrap {
		width: 100%;
		height: auto;
	}
	.ad_wrap img{
		width: 100%;
	}
	.footer div{
		width: 100%!important;
		text-align: center;
	}
	.footer span{
		float: none!important;
		display: inline-block;
	}
	.footer p{
		width: 100%!important;
		padding: 0 15px;
		box-sizing: border-box;
	}
}




/* 老年版样式 */
.useOldFixed #wrap{
  width: 100%;
}
.useOldFixed .top_list{
  width: 100%;
  height: 200px;
}
.useOldFixed .list_image_yw_p{
  font-size: 36px;
  top: 61px;
  left: 99px;
}
.useOldFixed .list_image_yw{
  width: 90px;
  height: 120px;
  left: 90px;
}
.useOldFixed .yw_list{
  margin-left: 240px;
}
.useOldFixed .yw_list ul li{
  margin-bottom: 20px;
  width: calc(100% - 240px);
}
.useOldFixed .yw_list ul li a{
  font-size: 28px;
}
.useOldFixed .top_more a{
  font-size: 26px;
}
.useOldFixed #main{
  width: 100%;
}
.useOldFixed #main>img{
  width: 100%;
}
.useOldFixed .news{
  width: calc((100% - 16px) / 2);
}
.useOldFixed .news_show{
  width: 57.2%!important;
}
.useOldFixed .banner{
  width: 100%!important;
  height: 657.2px!important;
}
.useOldFixed .banner ul{
  height: 657.2px!important;
}
.useOldFixed .banner ul .slider-item{
  width: calc(100% / 6)!important;
  height: 657.2px!important;
}
.useOldFixed .banner ul .slider-item a{
  width: 100%;
}
.useOldFixed .news_show img{
  width: 100%!important;
  height: 657.2px!important;
}
.useOldFixed .banner ul .slider-item .slider-title{
  width: 100%!important;
  font-size: 28px;
}
.useOldFixed .news_select{
  margin-left: 20px;
  width: calc(42.8% - 20px)!important;
}
.useOldFixed .news_title{
  width: 100%!important;
  height: 63px;
}
.useOldFixed .title_text{
  font-size: 26px;
  height: 63px;
  line-height: 63px;
}
.useOldFixed .more{
  width: auto;
  height: 46px;
  line-height: 46px;
  font-size: 24px;
  margin-right: 17px;
}
.useOldFixed .news_select li{
  margin: 15px 0;
  width: calc(100% - 20px);
  font-size: 26px;
}
.useOldFixed .news_select li div{
  font-size: 24px!important;
}
.useOldFixed .news{
  height: 360px!important;
}
.useOldFixed .news_list{
  width: 100%;
}
.useOldFixed .news_list li{
  margin: 15px 0;
  width: calc(100% - 20px);
  font-size: 26px;
}
.useOldFixed .news_list li div{
  font-size: 24px!important;
}
.useOldFixed .info{
  width: calc((100% - 16px) / 2);
}
.useOldFixed .info .part{
  width: calc((100% - 40px) / 3);
  height: 301px;
  margin-right: 20px;
  text-align: center;
  padding-top: 50px;
  box-sizing: border-box;
}
.useOldFixed .info .content a:nth-child(3) .part{
  margin-right: 0;
}
.useOldFixed .info .part img{
  width: 130px;
  height: 130px;
  margin: 0;
}
.useOldFixed .info .part p{
  margin-top: 30px;
  width: 100%;
  text-align: center;
  font-size: 26px;
}
.useOldFixed .newslist_table table{
  height: 301px;
}
.useOldFixed .newslist_table table tr{
  height: 150px!important;
}
.useOldFixed .newslist_table table tr td{
  font-size: 24px;
}
.useOldFixed .newslist_table table tr:nth-child(1) td:nth-child(1){
  width: 200px!important;
}
.useOldFixed .newslist_table table tr:nth-child(1) td:nth-child(2){
  width: 220px!important;
}
.useOldFixed .newslist_table table tr:nth-child(1) td:nth-child(3){
  width: 200px!important;
}
.useOldFixed .friend{
  width: calc(100% - 571.5px);
  height: 220px;
}
.useOldFixed .friend .slide_wrap{
  width: calc(100% - 60px);
  height: 220px;
}
.useOldFixed .service{
  width: 571.5px;
  margin-top: 35px;
  height: 220px;
}
.useOldFixed .friend .left_title{
  font-size: 26px;
  width: 60px;
  line-height: 60px;
  height: 220px;
}
.useOldFixed .friend .slide_wrap .slide{
  height: 220px;
}
.useOldFixed .friend .slide_wrap .slide .part{
  width: 250px;
  height: 190px;
}
.useOldFixed .friend .slide_wrap .slide .part a p{
  font-size: 26px;
}
.useOldFixed .friend .slide_wrap .slide .part a img{
  width: 250px;
  height: 150px;
}
.useOldFixed .service .content{
  width: 100%;
  height: 220px;
}
.useOldFixed .service .part{
  width: calc((100% - 40px) / 2);
  height: 100px;
  margin: 0 0 20px 20px;
}
.useOldFixed .link_box{
  width: 100%;
  height: 102px;
}
.useOldFixed .link_box .link01{
  width: 100%;
  height: 100px;
}
.useOldFixed .link_box a{
  width: 260px;
  height: 100px;
  margin-right: 20px;
}
.useOldFixed .link_box a img{
  width: 260px;
  height: 100px;
}
.useOldFixed #wxzlsjh202209{
  top: 100px!important;
}
.useOldFixed #wxzlsjh202209 div{
  font-size: 24px!important;
}
.useOldFixed #wxzlsjh202209 img{
  width: 250px!important;
  height: 140px!important;
}
.useOldFixed #kxm_fedown_p22{
  top: 273px!important;
}
.useOldFixed #kxm_fedown_p22 div{
  font-size: 24px!important;
}
.useOldFixed #kxm_fedown_p22 img{
  width: 250px!important;
  height: 120px!important;
}
.useOldFixed #wxzlsjh2022{
  top: 426px!important;
}
.useOldFixed #wxzlsjh2022 div{
  font-size: 24px!important;
}
.useOldFixed #wxzlsjh2022 img{
  width: 250px!important;
  height: 140px!important;
}
.useOldFixed #wxzlsjh2020{
  top: 600px!important;
}
.useOldFixed #wxzlsjh2020 div{
  font-size: 24px!important;
}
.useOldFixed #wxzlsjh2020 div:nth-child(2){
  width: 250px!important;
}
.useOldFixed #wxzlsjh2020 img{
  width: 250px!important;
  height: 267px!important;
}
.useOldFixed .fm-switch-case li{
  font-size: 26px;
  margin: 15px 0 35px 0;
}
.useOldFixed .newslist_table div{
  font-size: 26px!important;
}

/* 要去掉 */

.useOldFixed .service .part{
  /* background: url('http://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3248/site/images/35168/bszn3.png'); */
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
